" Input: { host_os_dict - host OS meta (dynamic_lib_path) - dynamic (shared) library path, or a list of paths (static_lib_path) - dynamic (shared) library path, or a list of paths (lib_path) - if set, and dynamic_path/static_lib_path is not set, uses this value as dynamic_lib_path and/or static_lib_path } Output: { return - return code = 0, if successful > 0, if error (error) - error text if return > 0 script - script to execute to add the given path to the dynamic and/or static library path env vars } "